VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfNamedDictionaryBase<T> Class
In This Topic
PdfNamedDictionaryBase Class Methods
In This Topic
For a list of all methods of this type, see PdfNamedDictionaryBase<T>.
Public Methods
 NameDescription
Public MethodOverloaded. Adds an item and generates unique name for the item.
Public MethodRemoves all elements from the dictionary.
Public MethodReturns a value indicating whether the dictionary contains a specific key/value pair.
Public MethodRetursn a value indicating whether the dictionary contains an element with the specified name.
Public MethodRetursn a value indicating whether the dictionary contains an element with the specified value.
Public MethodCopies the key/value pairs of the dictionary to an System.Array, starting at a particular System.Array index.
Public MethodSearches the tree node with specified object number from current node. (Inherited from PdfTreeNodeBase)
Public MethodFinds the value in this dictionary.
Public MethodReturns the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
Public MethodReturns an enumerator that iterates through the collection.
Public MethodOverloaded. Returns linearized subtree that starts from current node. (Inherited from PdfTreeNodeBase)
Public MethodOverloaded. Removes the element with the specified name from the dictionary.
Public MethodSets the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
Public MethodConverts this dictionary to an array of key-value pairs.
Public MethodReturns a System.String that represents this instance. (Inherited from PdfTreeNodeBase)
Public MethodRetursn a value associated with the specified name.
See Also